Welcome![Sign In][Sign Up]
Location:
Search - keil 8051

Search list

[Embeded-SCM DevelopKeilC51s

Description: Keil C51 8051 demo kit
Platform: | Size: 648192 | Author: Leon | Hits:

[SCMEdnrtos

Description: 8051单片机嵌入式操作系统small rtos编程及仿真,共5个主题基本包括了SmallRTOS的基本用法,文件包括电路图、完整的Keil工程源码。绝对原创,更多内容看我的博客:http://www.ednchina.com/Blog/crossmind/-8051 embedded operating system small rtos programming and simulation, a total of five basic themes include SmallRTOS the basic usage of the document includes schematics, complete source Keil works. Absolutely original, more watch my blog: http://www.ednchina.com/Blog/crossmind/
Platform: | Size: 1277952 | Author: 田学军 | Hits:

[SCMLCD_HZK

Description: 单片机汉字和ASCII字符程序,程序中的汉字和英文全部存在字库中。单片机用的是常用的8051,仿真软件用的是proteus。由于proteus中的flash最大是64k,没有29c040等,而汉字和ASCII加起来有二百多k,所以用了5片27c512,如此一来程序就复杂了。用hc38译码器做片选等功能,hc00做逻辑电路,锁存器是hc373,液晶屏是12864的,ks0108驱动芯片,都是比较常用的。技术上用的是总线方法,包换液晶屏,没有用间接驱动,因为那样浪费IO口,液晶屏因为有左右屏之分,所以还要考虑在只有一个ASCII字符和情况下如果要显示中文该如何处理。还用到了分页技术,因为flash太多了。proteus的优点是不用硬件就可以调试程序,但有时与在硬件板上有区别。但还是相当不错的,如果做硬件板的话,或许要花几百元。看下图的仿真,proteus版本是7.1,keil的版本是8.02.如果学生拿来做毕业设计的话,那是相当不错的,因为这个技术曾经用在产品上。 -err
Platform: | Size: 208896 | Author: | Hits:

[SCMAT89C51SND1C_source_code

Description: AT89C51SND1C是AT89C51核心的处理器,包含一个MP3解码器,完全兼容8051的Keil C51编译环境,适合8051使用者的MP3解码应用。-AT89C51SND1C is AT89C51 core processors, includes an MP3 decoder, 8051 is fully compatible with the Keil C51 compiler environment 8051 suitable for user
Platform: | Size: 14336 | Author: walter | Hits:

[SCMAT89C51SND1C_with_LCD_driver

Description: AT89C51SND1C是AT89C51核心的处理器,包含一个MP3解码器,完全兼容8051的Keil C51编译环境,适合8051使用者的MP3解码应用。本代码在基本代码基础上增加了LCD驱动部分,需要比较多的RAM和ROM资源,大家按照自己的系统资源情况,选择基本版本代码还是扩展LCD的代码。-AT89C51SND1C is AT89C51 core processors, includes an MP3 decoder, 8051 is fully compatible with the Keil C51 compiler environment 8051 suitable for user
Platform: | Size: 18432 | Author: walter | Hits:

[Embeded-SCM DevelopProgrammingEmbeddedSystemI_Keil_8051

Description: Michael J. Pont 的嵌入式系统编程讲座1, 8051CPU,keil开发环境。英文的,通俗易懂。-Michael J. Pont Embedded Systems Programming Lecture 1,8051 CPU, keil development environment. English, user-friendly.
Platform: | Size: 2314240 | Author: 姓中名 | Hits:

[SCMMON51

Description: This Application Note describes the steps that are required to install and use the Keil Monitor-51 on a user specific hardware. The Keil Monitor-51 allows you to connect your 8051 hardware to the μVision2 Debugger. You can use the powerful debugging interface to test application programs in your target hardware.-This Application Note describes the steps that are required to install and use the Keil Monitor-51 on auser specific hardware. The Keil Monitor-51 allows you to connect your 8051 hardware to the μVision2Debugger. You can use the powerful debugging interface to test application programs in your targethardware.
Platform: | Size: 230400 | Author: 阿光 | Hits:

[SCMLCD_HZK_232

Description: 8051+iic字库+lcd显示+接收串口+仿真+keil完整工程。需用电脑串口软件调试。波特率9600.-8051 iic font lcd display receive serial keil complete engineering simulation. You need to use computer software debugging serial port. 9600 baud rate.
Platform: | Size: 220160 | Author: likufan | Hits:

[Software Engineeringc51primer

Description: c51 primer - An Introduction To The Use Of The Keil C51 Compiler On The 8051 Family-c51 primer- An Introduction To The Use Of The Keil C51 Compiler On The 8051 Family
Platform: | Size: 211968 | Author: Richard | Hits:

[OS DevelopSmallRtos51

Description: Small RTOS是一个源代码公开的多任务实时操作系统,Small RTOS 51 是其在8051系列处理器上的移植(使用keil c51)。Small RTOS可以简化那 些复杂而且时间要求严格的工程的软件设计工作.本手册主要讲述Small RTOS 的使用,本说明了在8051系列处理器上使用应该注意的问题。同时讲述了 Small RTOS的移植。 -Small RTOS is an open source multi-task real-time operating system, Small RTOS 51 are in the 8051 series of processors on the transplant (using keil c51). Small RTOS can simplify those complex and time-critical software engineering design work. This manual focuses on the use of Small RTOS, the note in the 8051 series of processors on the use of problem should be noted. At the same time about the Small RTOS transplant.
Platform: | Size: 690176 | Author: 海新 | Hits:

[OtherC51_Primer

Description: C Tutorial with a strong emphasis on KEIL C51 A definitive recomendation for a startup in KEIL C for 8051 family
Platform: | Size: 1562624 | Author: kr173562 | Hits:

[OtherEmbedded_C_Tutorial_C51

Description: Very good guide for embedded development on 8051 architecure, and KEIL uVision IDE with detailed info on how to simulate the hardware
Platform: | Size: 2223104 | Author: kr173562 | Hits:

[SCMprotus_keil_test

Description: 8051单片机学习源码 包括定时器、键盘、液晶显示等,附有特定的proteus绘制电路图(89c52),和KEIL连接后可直接运行。-8051 study, including source timer, keyboard, liquid crystal display and so on, with a particular drawing proteus circuit (89c52), and can be directly run after being connected with KEIL
Platform: | Size: 96256 | Author: 丁丁 | Hits:

[Embeded-SCM Develop20090309161950F65785[1]

Description: /8051单片机TLC1549数据采集程序源代码 //单片机:At89S52 //连接类型:232 |485 接口 //校验方式:checksum //开发环境:keil C-/ 8051 TLC1549 data acquisition source code// single-chip: At89S52// connection type: 232 | 485// Check mode: checksum// development environment: keil C
Platform: | Size: 7168 | Author: 缪洁辉 | Hits:

[Documentsrtx51

Description: About the RTX51 Real-time Operating System Keil Software provides two different real-time operating systems for the 8051.
Platform: | Size: 52224 | Author: apolo | Hits:

[SCMds1302Keil

Description: ds1302程序,适合8051单片机。keil编译过-ds1302 program for 8051
Platform: | Size: 24576 | Author: iable | Hits:

[SCMGPS

Description: KEILC 环境下 用8051实现GPS功能 易学简单 通过测试-KEILC environment to achieve by 8051 a simple GPS features easy to learn to pass the test
Platform: | Size: 30720 | Author: 王博 | Hits:

[SCMADC_MCP3208CISL

Description: ansi-c source code for 8051 type microcontrollers, for reading and activating the A to D chip MCP3208 from microchip, write procedure and read procedure enable using the ADC with MCP3208, was tested and compiled with Keil.
Platform: | Size: 1024 | Author: oferf | Hits:

[SCMExtFlashDrv_AM29LV017D

Description: ansi-c code for 8051 type microcontrollers, for AM29LV017D flash from AMD or compatile access. anables read,write,erase, of the flash chip. code compiled with Keil.
Platform: | Size: 1024 | Author: oferf | Hits:

[Software Engineeringcckeilv802

Description: Keil Software公司推出的uVision3是一款可用于多种8051 MCU的集成开发环境(IDE),该IDE同时也是PK51及其它开发套件的一个重要组件。除增加了源代码、功能导航器、模板编辑以及改进的搜索功能外,uVision3还提供了一个配置向导功能,加速了启动代码和配置文件的生成。此外其内置的仿真器可模拟目标MCU,包括指令集、片上外围设备及外部信号等。uVision3提供逻辑分析器,可监控基于MCU I/O引脚和外设状态变化下的程序变量。 uVision3提供对多种最新的8051类微处理器的支持,包括Analog Devices的ADuC83x和ADuC84x,以及Infineon的XC866等。 Keil C51 V8.05 为最新汉化版,全中文环境,支持PA51中文单片机汇编,可实现全中文编程、动态子程序库调用、自动汉字字模生成、自动图像数据生成等诸多强大功能。 本版本已修正0xFD的BUG,注册后解除2K代码限制和8K编译限制。-Keil C51 V8.05 为最新汉化版,全中文环境,支持PA51中文单片机汇编,可实现全中文编程、动态子程序库调用、自动汉字字模生成、自动图像数据生成等诸多强大功能。 本版本已修正0xFD的BUG,注册后解除2K代码限制和8K编译限制。
Platform: | Size: 10240 | Author: love | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 19 »

CodeBus www.codebus.net